Plug a memory leak
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Jul 2015 18:54:13 +0000 (14:54 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Jul 2015 18:54:13 +0000 (14:54 -0400)
commit4050abe2fa435403b531bb49da34ec5b623cbf37
tree194c40f56afd788a45bb3978e8bd3c8e72e90ec0
parent048d710d676f79784502ee86fefd3b4c9993014e
Plug a memory leak

GtkCssProvider was using the wrong unref function for GtkCssKeyframe
objects. Funnily, this didn't crash at all, the refcount was at the
same place in the struct - it just didn't free all the memory, causing
valgrind to complain.
gtk/gtkcssprovider.c